UNIX Philosophy
Public.icon
Rule 5: Data dominates. If you've chosen the right data structures and organized things well, the algorithms will almost always be self-evident. Data structures, not algorithms, are central to programming.Data structures I interpret what Rob Pike said as "Data structures are more important than algorithms" (super translation), which means that designing how to hold the data is important, and the algorithms that convert or read the data often do not need to be written by yourself, but you can choose libraries. https://civichat.gyazo.com/e2e144ad1292185eae142d66adbe0d2e